home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-04 / 422mods.zip / CONFEDIT.422 < prev    next >
Text File  |  1993-04-16  |  1KB  |  54 lines

  1. an addtion to Dino's Conference mod for 4.22
  2. Dragonrider #1 @3451
  3. Sat Apr 10 12:48:39 1993
  4. Mod Title: CNFEDIT.422
  5. Difficulty: None, simple cut & paste
  6. Function: adds local keyboard function to shrink out of the BBS and run Dino's
  7.           Cnfedit.exe for editing conferences.
  8. WWIV Version: v4.22, should work on any version that can use the cnfedit.exe.
  9.  
  10.  
  11. step 1:
  12.  
  13.      6Back up your source code!!!!!!0
  14.  
  15. step 2:
  16.  
  17.      verify your backup is successful, i.e. "pkunzip -t backup.zip"
  18.  
  19. step 3:
  20.  
  21.      Load your favorite text editor and bring up BBS.C
  22.      go to void getcaller()
  23.      search down to the Case statements and insert the following anywhere
  24.  
  25.         case '[':
  26.           okskey=1;
  27.           if (ok_local()) {
  28.             holdphone(1);
  29.             shrink_out("cnfedit",0,0,0,1);
  30.             holdphone(0);
  31.           }
  32.           okskey=0;
  33.           break;
  34.  
  35.      I personally put mine in right under case 'B': for boardedit.
  36.  
  37. step 4:
  38.  
  39.      Recompile the BBS,  only have to compile bbs.c and link, so goes quick.
  40.  
  41. step 5: (optional)
  42.  
  43.      edit menusans.msg and menus.msg to reflect the new command '['
  44.  
  45. step 6: (optional)
  46.  
  47.      send me $100 or your firstborn child  :)
  48.  
  49. 2DragonRider0
  50. 31@3451 WWIVNet0
  51. 31@13451 WWIVLink0
  52. 31@3451 IceNet0
  53. 31@3451 PDNet0
  54.